home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 October / october_2001.iso / Site Building / Atomix Buttons / DATA1.CAB / Program_Executable_Files / resources / NprunA.properties < prev    next >
Encoding:
Text File  |  2000-02-14  |  1.2 KB  |  58 lines

  1. # @(#)Notepad.properties    1.5 97/09/24
  2. #
  3. # Resource strings for Notepad example
  4.  
  5. Title=Atomix Button
  6. ElementTreeFrameTitle=Elements
  7. ViewportBackingStore=false
  8.  
  9. # menubar definition
  10. #
  11. # Each of the strings that follow form a key to be 
  12. # used to the actual menu definition.
  13. menubar=file help
  14.  
  15. # file Menu definition
  16. #
  17. # Each of the strings that follow form a key to be
  18. # used as the basis of a menu item definition.
  19. #
  20. # open ->  Notepad.openAction
  21. # new  ->  Notepad.newAction
  22. # save ->  Notepad.saveAction
  23. # exit ->  Notepad.exitAction
  24. file=new open save - exit
  25. fileLabel=File
  26. openLabel=Open
  27. openImage=resources/open.gif
  28. newLabel=New
  29. newImage=resources/new.gif
  30. saveLabel=Save
  31. saveImage=resources/save.gif
  32. exitLabel=Exit
  33.  
  34.  
  35. #about Menu definition
  36. #help=help register - about
  37. help=help 
  38. helpLabel=Help
  39.  
  40. #registerLabel=Register
  41. #aboutLabel=About
  42. # toolbar definition
  43. #
  44. # Each of the strings that follow form a key to be
  45. # used as the basis of the tool definition.  Actions
  46. # are of course sharable, and in this case are shared
  47. # with the menu items.
  48. toolbar=new open save 
  49. newTooltip=Create a new file
  50. openTooltip=Open a file
  51. saveTooltip=Save to a file
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.